Welcome![Sign In][Sign Up]
Location:
Search - ping linux

Search list

[Software Engineering1

Description: PING程序设计原理 IP校验和的计算 一个LINUX环境下的程序 但是是c的程序文件 需要转换一下-PING principles of program design IP checksum calculation of a program under LINUX environment is c, however the need to change the program files
Platform: | Size: 3072 | Author: megan | Hits:

[Linux-Unixliteping

Description: 简单的linux下ping代码,学习之用-a simple ping code ,just for studying
Platform: | Size: 1024 | Author: | Hits:

[Software Engineeringsniffer

Description: 一、实现 Sniffer 的基本功能。 Sniffer 是一种用于监测网络性能、使用情况的工具。  能够指定需要侦听的网卡(考虑一台机器上多张网卡的情况)  能够侦听所有进出本主机的数据包,解析显示数据包( ICMP 、 IP 、 TCP 、 UDP 等)各个字段。比如,对 IP 头而言,需要显示 版本、头长度、服务类型、数据包长度、标识、 DF/MF 标志、段内偏移、生存期、协议类型、源目的 IP 地址、选项内容、数据内容。要求显示数据的实际含义(例如用 ASCII 表示);  能够侦听来源于指定 IP 地址的数据包,能够侦听指定目的 IP 地址的数据包,显示接收到的 TCP 和 UDP 数据包的全部实际内容。需要考虑一个 TCP 或 UDP 包划分为多个 IP 包传输的情况;  能够根据指定的协议类型来过虑包,例如,只侦听 ICMP 包,或只侦听 ICMP 和 UDP 包。  功能验证手段:在运行 Sniffer 的同时,执行标准的 Ping 、 Telnet 和浏览网页等操作,检查 Sniffier 能否返回预期的结果。 Windows 平台上可以用 winpcap 类库;在 linux 平台上可以使用 libpcap 类库。也可以调用 Sockets 等有关的网络类库。 -First, the realization of the basic functions of Sniffer. Sniffer is a network for monitoring performance, the use of tools.  listening to the specified needs of the card (taking on a machine more than the case of card)  listening to all incoming and outgoing packets of the host, analysis shows that packet (ICMP, IP, TCP, UDP, etc.) in various fields. For example, the first of the IP, the need to show the version of the first length, service type, packet length, logo, DF/MF logo, paragraph migration, survival, protocol type, source IP address of the purpose, options, content, data内容. Requirement to demonstrate the actual meaning of data (such as that used ASCII)  listening to the specified IP address from data packet to specify the purpose of listening packet IP addresses, indicating the received TCP and UDP packets all the actual content. Need to consider a TCP or UDP packet is divided into a number of IP packet transmission of the situation 
Platform: | Size: 65536 | Author: 鲁明 | Hits:

[Internet-Networkmyecho-myping

Description: LINUX下实现的PING程序,为客户-服务器结构。程序简明易解。非常适合网络编程初学者。-LINUX under the PING program, customers- server architecture. Easy simple solution procedure. Network programming is very suitable for beginners.
Platform: | Size: 13312 | Author: 成一 | Hits:

[Internet-Networkpingao

Description: 一个简单的LINUX环境下的PING程序,适用于网络编程入门者-A simple PING under LINUX environment procedures, applicable to network programming beginners
Platform: | Size: 7168 | Author: 肖叶枝 | Hits:

[Linux-Unix055

Description: 此程序在Linux环境下实现。 读者可以使用如下命令来编译: gcc -o myping ping.c 然后就可以使用如下命令来运行: myping <ipaddress>-This program under the Linux environment. Readers can use the following command to compile: gcc-o myping ping.c and then you can use to run the following command: myping <ipaddress>
Platform: | Size: 2048 | Author: 唐相元 | Hits:

[Linux-Unixping_source_code_for_linux

Description: Linux下实现ping功能的源代码,需要root权限。-ping source code for linux. Need root previlege to run.
Platform: | Size: 3072 | Author: ttww2000 | Hits:

[Linux-Unixp21.1

Description: linux操作系统下简单ping程序的实现-linux operating system, the realization of a simple ping program
Platform: | Size: 2048 | Author: mini | Hits:

[Internet-Networkunix_shell

Description: Unix(Solaris,AIX,HP-UX),Linux下適用,通過ping.list設定所要測試在綫與否的機器 清單(默認與solaris hosts文件格式一致),通過mail.list設定要通知的人的郵件或者要撥的號碼(需要moden卡支持)到達 自動檢測所有機器網絡在綫與否,如遇到第一次連接不通,則3秒后將再次ping一次,如此3次后將記錄該機器ip和名稱,完成所有檢測后將不在綫的機器清單發出-Can be used under Unix(Solaris,AIX,HP-UX),Linux. ping.list for the host that need monitor the on line status(the file format as some as solaris /etc/hosts), mail.list for setting the owner that need send notice mail. if the script check failed in first time, it will sleep 3s and run the check again,after 3 time check failed, the program will record this failure in tmp direcotory and send out the failure list when all the host check completed owner
Platform: | Size: 3072 | Author: bluebird.yue | Hits:

[Internet-Networknet-tools-1.60.tar.bz2

Description: linux命令行中網絡命令的源碼,如ping、netstat等。請去掉.rar後綴-source code of linux command line tools, such as ping, netstat, etc. you must get rid of .rar subfix
Platform: | Size: 198656 | Author: McArthor | Hits:

[Internet-Networkping_mcast

Description: 网络编程实验 在linux下 服务端ping指定网段,确认在线客户后向客户发送多播组地址。客户端加入该多播组。然后接收服务端发往多播组的报文。 注释很详细。 内含说明文档-Linux network programming experiment server ping the specific network segment to confirm online customers and send the multicast group address to the online customers. The client will join the multicast group, and then receive multicast group packets send by the server. Note in detail.
Platform: | Size: 611328 | Author: | Hits:

[Internet-Networkpingprinciple

Description: 本程序用于演示Linux下ping命令的实现原理-This procedure is used for demonstration under the ping command Linux implementation principle of
Platform: | Size: 3072 | Author: sd | Hits:

[Internet-Networkmyping4

Description: linux下ping的源代码。自己编的,调试过。-ping of the source code under linux. Their compilation, and debugging too.
Platform: | Size: 2048 | Author: 晓城 | Hits:

[Internet-Networkpingokok

Description: 实现ping 功能 模拟ping,在linux环境下-ping
Platform: | Size: 3072 | Author: jia | Hits:

[Linux-Unixdevelop_embedded_application

Description: 本文中采用SldView嵌入式Linux集成开发工具开发ucLinux、Linux的应用程序。SldView下载地址www.jhembed.com。 SldView自带有gcc交叉编译工具及虚拟编译环境,用户不用另外安装交叉编译工具。 本文所述硬件平台为S3C44B0X,软件为uclinux-2.4.x版本。本文以开发ping 应用程序为例来讲述。-This paper used SldView integrated development tools for embedded Linux development ucLinux, Linux applications. SldView Download www.jhembed.com. SldView comes with gcc cross-compiler tools and build a virtual environment, users do not have to install cross-compiler tools. The hardware platform described in this article as S3C44B0X, software uclinux-2.4.x version. Ping paper to develop an application as an example to tell.
Platform: | Size: 342016 | Author: Mary | Hits:

[Linux-Unixping1

Description: 本程序运行在linux系统环境下,实现了ping功能-This program runs on linux system environment, has achieved a ping function
Platform: | Size: 3072 | Author: 路飞 | Hits:

[Internet-Networkmyping

Description: linux 下面写的ping程序,是c++写的,拷贝出来的时候,有些汉字出现了乱码-linux written in the following ping procedure is written in c++, copy out times, some characters appeared garbled
Platform: | Size: 66560 | Author: 李碧聪 | Hits:

[Linux-Unixping_test.tar

Description: 我写的linux下一个ip地址ping测试的小程序-I wrote the linux ip address of the next ping test applet
Platform: | Size: 1024 | Author: kenny.huang | Hits:

[Linux-Unixpingcopy

Description: 用QT4.6.2写的PING程序,附带相关参数,可以再LINUX和WIDNDOW双平台运行-Written by QT4.6.2 PING program, with relevant parameters, can then double-platform LINUX and WIDNDOW
Platform: | Size: 619520 | Author: 郑斌 | Hits:

[Linux-Unixpingcode

Description: linux c编程实例,对ping命令的功能模拟实现-linux c programming examples, functional simulation of the ping command to achieve
Platform: | Size: 3072 | Author: 黄龙 | Hits:
« 1 2 3 4 5 6 78 9 »

CodeBus www.codebus.net